{% extends 'base.html' %} {% block content %}

Login

{% if msg %}
{{msg}}
{% endif %}
{% csrf_token %}
{% endblock %}